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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 嘯押 | 10011010100000101000100110011111 | 9a82899f |
EUC-JP | 嘯押 | 11010011111000101011001010100001 | d3e2b2a1 |
UTF-8 | 嘯押 | 111001011001100010101111111001101000101010111100 | e598afe68abc |
UHC | 嘯押 | 11100001101100001110010011100011 | e1b0e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)