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 | 11100110111101111000001010001001111001001110000001000110 | e6f78289e4e046 |
EUC-JP | 踟i萵F | 11101100111110011010001111101001111010001110001001000110 | ecf9a3e9e8e246 |
UTF-8 | 踟i萵F | 11101000101110001001111111101111101111011000100111101000100100001011010101000110 | e8b89fefbd89e890b546 |
UHC | ?i?F | 0011111110100011111010010011111101000110 | 3fa3e93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)