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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蟾仙ケ泌垓B | 11100101101101111001000011100101101110011001010011100101100110101011010001000010 | e5b790e5b994e59ab442 |
EUC-JP | 蟾仙ケ泌垓B | 1110101010111001110000001110011110001110101110011100100011100111110101001011011001000010 | eab9c0e78eb9c8e7d4b642 |
UTF-8 | 蟾仙ケ泌垓B | 11101000100111111011111011100100101110111001100111101111101111011011100111100110101100111000110011100101100111101001001101000010 | e89fbee4bb99efbdb9e6b38ce59e9342 |
UHC | 蟾仙?泌垓B | 11100000111010101110000010111001001111111111100110110010111110101010011101000010 | e0eae0b93ff9b2faa742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)