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 | 11100111100110011001110011100111100110011010001001000010 | e7999ce799a242 |
EUC-JP | 逋懃劼B | 11101101111110011101100011101001110100101010010001000010 | edf9d8e9d2a442 |
UTF-8 | 逋懃劼B | 11101001100000001000101111100110100001111000001111100101100010101011110001000010 | e9808be68783e58abc42 |
UHC | 逋懃?B | 111110001110011111010000110001000011111101000010 | f8e7d0c43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)