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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 檍??檍??E | 100111101111100000111111001111111001111011111000001111110011111101000101 | 9ef83f3f9ef83f3f45 |
EUC-JP | 檍??檍??E | 110111001111101000111111001111111101110011111010001111110011111101000101 | dcfa3f3fdcfa3f3f45 |
UTF-8 | 檍용퍩檍용폎E | 11100110101010101000110111101100100110101010100111101101100011011010100111100110101010101000110111101100100110101010100111101101100011111000111001000101 | e6aa8dec9aa9ed8da9e6aa8dec9aa9ed8f8e45 |
UHC | 檍용퍩檍용폎E | 11100101111001011011111111101011101110111010000011100101111001011011111111101011101111001001100101000101 | e5e5bfebbba0e5e5bfebbc9945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)