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 | 屍뚧 | 111001011011000110001101111010111001101010100111 | e5b18deb9aa7 |
UHC | 屍뚧 | 11100011101110111000110011100110 | e3bb8ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)