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 | 荀戍跣 | 111001001010010010011100111110011110011011101111 | e4a49cf9e6ef |
EUC-JP | 荀戍跣 | 111010001010011011011000111110111110110011110001 | e8a6d8fbecf1 |
UTF-8 | 荀戍跣 | 111010001000110110000000111001101000100010001101111010001011011110100011 | e88d80e6888de8b7a3 |
UHC | 荀戍跣 | 111000101111000011100010101000011110000011010011 | e2f0e2a1e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)