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 | 屍? | 100011100111001000111111 | 8e723f |
EUC-JP | 屍? | 101110111101001100111111 | bbd33f |
UTF-8 | 屍뜄 | 111001011011000110001101111010111001110010000100 | e5b18deb9c84 |
UHC | 屍뜄 | 11100011101110111000110110001000 | e3bb8d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)