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 | 10010010010001101001001001001101100100011010000001000010 | 9246924d91a042 |
EUC-JP | 巽樽蔵B | 11000011101001111100001110101110110000101010001001000010 | c3a7c3aec2a242 |
UTF-8 | 巽樽蔵B | 11100101101101111011110111100110101010001011110111101000100101001011010101000010 | e5b7bde6a8bde894b542 |
UHC | 巽樽?B | 111000011101111011110001110111000011111101000010 | e1def1dc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)