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 | 裙蔔 | 11100101111000111110010011110111 | e5e3e4f7 |
EUC-JP | 裙蔔 | 11101010111001011110100011111001 | eae5e8f9 |
UTF-8 | 裙蔔 | 111010001010001110011001111010001001010010010100 | e8a399e89494 |
UHC | 裙蔔 | 11001111110110011101110011011011 | cfd9dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)