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 | 漆錞 | 10001110101111011111101111011011 | 8ebdfbdb |
EUC-JP | 漆錞 | 1011110010111111100011111110010011011100 | bcbf8fe4dc |
UTF-8 | 漆錞 | 111001101011110010000110111010011000110010011110 | e6bc86e98c9e |
UHC | 漆錞 | 11110110110101001110001011110110 | f6d4e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)