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 | 隋畏 | 11100100010000001000100011011000 | e44088d8 |
EUC-JP | 隋畏 | 11100111101000011011000011011010 | e7a1b0da |
UTF-8 | 隋畏 | 111010011001101010001011111001111001010110001111 | e99a8be7958f |
UHC | 隋畏 | 11100010110010011110100011100110 | e2c9e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)