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 | 隘? | 111010001010010100111111 | e8a53f |
EUC-JP | 隘? | 111100001010011100111111 | f0a73f |
UTF-8 | 隘뜄 | 111010011001101010011000111010111001110010000100 | e99a98eb9c84 |
UHC | 隘뜄 | 11100100111101101000110110001000 | e4f68d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)