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 | ?燃 | 001111111001010001010010 | 3f9452 |
EUC-JP | ?燃 | 001111111100011110110011 | 3fc7b3 |
UTF-8 | 劣燃 | 111011111010011010011101111001111000011110000011 | efa69de78783 |
UHC | 劣燃 | 11100110111010111110011011010111 | e6ebe6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)