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 | 顏軸斜 | 111010001111100010001110101100101000111011001110 | e8f88eb28ece |
EUC-JP | 顏軸斜 | 111100001111101010111100101101001011110011010000 | f0fabcb4bcd0 |
UTF-8 | 顏軸斜 | 111010011010000110001111111010001011101110111000111001101001011010011100 | e9a18fe8bbb8e6969c |
UHC | ?軸斜 | 0011111111110101111011101101111011011000 | 3ff5eeded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)