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 | äÜNèG | 1110010011011100100000011000111110001111010011101110100001000111 | e4dc818f8f4ee847 |
SJIS-WIN | ?????N?G | 0011111100111111001111110011111100111111010011100011111101000111 | 3f3f3f3f3f4e3f47 |
EUC-JP | äÜ???NèG | 1000111110101011101000111000111110101010111001000011111100111111001111110100111010001111101010111011001001000111 | 8faba38faae43f3f3f4e8fabb247 |
UTF-8 | äÜNèG | 1100001110100100110000111001110011000010100000011100001010001111110000101000111101001110110000111010100001000111 | c3a4c39cc281c28fc28f4ec3a847 |
UHC | ?????N?G | 0011111100111111001111110011111100111111010011100011111101000111 | 3f3f3f3f3f4e3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)