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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 漆蟯] | 1000111010111101111001011011001001011101 | 8ebde5b25d |
EUC-JP | 漆蟯] | 1011110010111111111010101011010001011101 | bcbfeab45d |
UTF-8 | 漆蟯] | 11100110101111001000011011101000100111111010111101011101 | e6bc86e89faf5d |
UHC | 漆蟯] | 1111011011010100111010011010100001011101 | f6d4e9a85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)