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 | 嘯燼纖 | 100110101000001011100000100111101110001110011001 | 9a82e09ee399 |
EUC-JP | 嘯燼纖 | 110100111110001011011111111111101110010111111001 | d3e2dffee5f9 |
UTF-8 | 嘯燼纖 | 111001011001100010101111111001111000011110111100111001111011101010010110 | e598afe787bce7ba96 |
UHC | 嘯燼纖 | 111000011011000011100011111010001110000011101001 | e1b0e3e8e0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)