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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??以???^ | 0011111100111111100010001100100000111111001111110011111101011110 | 3f3f88c83f3f3f5e |
EUC-JP | 嫄?以???^ | 10001111101110101010000100111111101100001100101000111111001111110011111101011110 | 8fbaa13fb0ca3f3f3f5e |
UTF-8 | 嫄렧以렢李렎^ | 11100101101010111000010011101011101000001010011111100100101110111010010111101011101000001010001011101111101001111010000111101011101000001000111001011110 | e5ab84eba0a7e4bba5eba0a2efa7a1eba08e5e |
UHC | 嫄렧以렢李렎^ | 11101010101100011000111010110110111011001010010010001110101100111110110010110000100011101010010001011110 | eab18eb6eca48eb3ecb08ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)