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 | 幽貊 | 10010111010010001110011010111011 | 9748e6bb |
EUC-JP | 幽貊 | 11001101101010011110110010111101 | cda9ecbd |
UTF-8 | 幽貊 | 111001011011100110111101111010001011001010001010 | e5b9bde8b28a |
UHC | 幽貊 | 11101010111010111101100011100111 | eaebd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)