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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 惡?惡?^ | 10011100101001100011111110011100101001100011111101011110 | 9ca63f9ca63f5e |
EUC-JP | 惡?惡?^ | 11011000101010000011111111011000101010000011111101011110 | d8a83fd8a83f5e |
UTF-8 | 惡먦惡먦^ | 11100110100000111010000111101011101010001010011011100110100000111010000111101011101010001010011001011110 | e683a1eba8a6e683a1eba8a65e |
UHC | 惡먦惡먦^ | 111001001100001010010000111000111110010011000010100100001110001101011110 | e4c290e3e4c290e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)