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 | 縺榊 | 11100011100000011000110111100101 | e3818de5 |
EUC-JP | 縺榊 | 11100101111000011011101011100111 | e5e1bae7 |
UTF-8 | 縺榊 | 111001111011100010111010111001101010011010001010 | e7b8bae6a68a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)