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 | äÜCä» | 1110010011011100100000011000111110001111010000111110010010111011 | e4dc818f8f43e4bb |
SJIS-WIN | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
EUC-JP | äÜ???Cä? | 1000111110101011101000111000111110101010111001000011111100111111001111110100001110001111101010111010001100111111 | 8faba38faae43f3f3f438faba33f |
UTF-8 | äÜCä» | 110000111010010011000011100111001100001010000001110000101000111111000010100011110100001111000011101001001100001010111011 | c3a4c39cc281c28fc28f43c3a4c2bb |
UHC | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)