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 | ??扼F | 0011111100111111100111010100111001000110 | 3f3f9d4e46 |
EUC-JP | ??扼F | 0011111100111111110110011010111101000110 | 3f3fd9af46 |
UTF-8 | 롎렒扼F | 11101011101000011000111011101011101000001001001011100110100010011011110001000110 | eba18eeba092e689bc46 |
UHC | 롎렒扼F | 10001110110101001000111010100111111001001111100101000110 | 8ed48ea7e4f946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)