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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顴噤昃 | 111010010100000110011010100000011001110111011110 | e9419a819dde |
EUC-JP | 顴噤昃 | 111100011010001011010011111000011101101011100000 | f1a2d3e1dae0 |
UTF-8 | 顴噤昃 | 111010011010000110110100111001011001100110100100111001101001100010000011 | e9a1b4e599a4e69883 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)