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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?燈 | 001111111001001110010101 | 3f9395 |
EUC-JP | ?燈 | 001111111100010111110101 | 3fc5f5 |
UTF-8 | 뤦燈 | 111010111010010010100110111001111000011110001000 | eba4a6e78788 |
UHC | 뤦燈 | 10001111110101001101010011110011 | 8fd4d4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)