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 | 顏軸嵂 | 111010001111100010001110101100101111101010110010 | e8f88eb2fab2 |
EUC-JP | 顏軸嵂 | 11110000111110101011110010110100100011111011101111010000 | f0fabcb48fbbd0 |
UTF-8 | 顏軸嵂 | 111010011010000110001111111010001011101110111000111001011011010110000010 | e9a18fe8bbb8e5b582 |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)