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 | äÎDG | 111001001100111010000111010001001000010001000111 | e4ce87448447 |
SJIS-WIN | ???D?G | 001111110011111100111111010001000011111101000111 | 3f3f3f443f47 |
EUC-JP | äÎ?D?G | 10001111101010111010001110001111101010101100001000111111010001000011111101000111 | 8faba38faac23f443f47 |
UTF-8 | äÎDG | 11000011101001001100001110001110110000101000011101000100110000101000010001000111 | c3a4c38ec28744c28447 |
UHC | ???D?G | 001111110011111100111111010001000011111101000111 | 3f3f3f443f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)