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 | 語⑤?墺 | 10001100111010101000011101000100001111111001101011010010 | 8cea87443f9ad2 |
EUC-JP | 語??墺 | 101110001110110000111111001111111101010011010100 | b8ec3f3fd4d4 |
UTF-8 | 語⑤젇墺 | 111010001010101010011110111000101001000110100100111011001010000010000111111001011010001010111010 | e8aa9ee291a4eca087e5a2ba |
UHC | 語⑤젇墺 | 1110010111011110101010001110101110100000100010101110011111110010 | e5dea8eba08ae7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)