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 | 爬韆 | 11100000101001101110100011100110 | e0a6e8e6 |
EUC-JP | 爬韆 | 11100000101010001111000011101000 | e0a8f0e8 |
UTF-8 | 爬韆 | 111001111000100010101100111010011001111110000110 | e788ace99f86 |
UHC | 爬韆 | 11110111111100001111010011000111 | f7f0f4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)