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 | äôKä» | 1110010011110100100000011000111110001111010010111110010010111011 | e4f4818f8f4be4bb |
SJIS-WIN | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
EUC-JP | äô???Kä? | 1000111110101011101000111000111110101011110101000011111100111111001111110100101110001111101010111010001100111111 | 8faba38fabd43f3f3f4b8faba33f |
UTF-8 | äôKä» | 110000111010010011000011101101001100001010000001110000101000111111000010100011110100101111000011101001001100001010111011 | c3a4c3b4c281c28fc28f4bc3a4c2bb |
UHC | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)