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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 籖獰窶B | 11100010110111011110000011010110111000101000000001000010 | e2dde0d6e28042 |
EUC-JP | 籖獰窶B | 11100100110111111110000011011000111000111110000001000010 | e4dfe0d8e3e042 |
UTF-8 | 籖獰窶B | 11100111101100011001011011100111100011011011000011100111101010101011011001000010 | e7b196e78db0e7aab642 |
UHC | ?獰?B | 0011111111100111101111100011111101000010 | 3fe7be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)