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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諢】諢】B | 111001101000010010000001011110101110011010000100100000010111101001000010 | e684817ae684817a42 |
EUC-JP | 諢】諢】B | 111010111110010010100001110110111110101111100100101000011101101101000010 | ebe4a1dbebe4a1db42 |
UTF-8 | 諢】諢】B | 11101000101010111010001011100011100000001001000111101000101010111010001011100011100000001001000101000010 | e8aba2e38091e8aba2e3809142 |
UHC | ?】?】B | 00111111101000011011110100111111101000011011110101000010 | 3fa1bd3fa1bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)