To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螳滓万辣ョ | 111001011010111010011111111001101001011010011100111001111000010110101110 | e5ae9fe6969ce785ae |
EUC-JP | 螳滓万辣ョ | 11101010101100001101111011101000110010111111110011101101111001011000111010101110 | eab0dee8cbfcede58eae |
UTF-8 | 螳滓万辣ョ | 111010001001111010110011111001101011101110010011111001001011100010000111111010001011111010100011111011111011110110101110 | e89eb3e6bb93e4b887e8bea3efbdae |
UHC | 螳滓万辣? | 110100111101100111101110101010111101100010110010110101011011100000111111 | d3d9eeabd8b2d5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)