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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顏軸エ | 11101000111110001000111010110010111100001011010010110100 | e8f88eb2f0b4b4 |
EUC-JP | 顏軸?エ | 11110000111110101011110010110100001111111000111010110100 | f0fabcb43f8eb4 |
UTF-8 | 顏軸エ | 111010011010000110001111111010001011101110111000111011101000000110110011111011111011110110110100 | e9a18fe8bbb8ee81b3efbdb4 |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)