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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隱ァ蟶カ荳カB | 11101000101010101010011111100101101110001011011011100100101110001011011001000010 | e8aaa7e5b8b6e4b8b642 |
EUC-JP | 隱ァ蟶カ荳カB | 11110000101011001000111010100111111010101011101010001110101101101110100010111010100011101011011001000010 | f0ac8ea7eaba8eb6e8ba8eb642 |
UTF-8 | 隱ァ蟶カ荳カB | 11101001100110101011000111101111101111011010011111101000100111111011011011101111101111011011011011101000100011011011001111101111101111011011011001000010 | e99ab1efbda7e89fb6efbdb6e88db3efbdb642 |
UHC | 隱???荳?B | 111010111101111100111111001111110011111111010100111001010011111101000010 | ebdf3f3f3fd4e53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)