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 | 顏軸焄 | 111010001111100010001110101100101111101101010100 | e8f88eb2fb54 |
EUC-JP | 顏軸焄 | 11110000111110101011110010110100100011111100100111100011 | f0fabcb48fc9e3 |
UTF-8 | 顏軸焄 | 111010011010000110001111111010001011101110111000111001111000010010000100 | e9a18fe8bbb8e78484 |
UHC | ?軸焄 | 0011111111110101111011101111110110110110 | 3ff5eefdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)