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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 逋i萵F | 11100111100110011000001010001001111001001110000001000110 | e7998289e4e046 |
EUC-JP | 逋i萵F | 11101101111110011010001111101001111010001110001001000110 | edf9a3e9e8e246 |
UTF-8 | 逋i萵F | 11101001100000001000101111101111101111011000100111101000100100001011010101000110 | e9808befbd89e890b546 |
UHC | 逋i?F | 111110001110011110100011111010010011111101000110 | f8e7a3e93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)