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 | äõíPäÜ | 1110010011110101100010011110110110001111010100001110010011011100 | e4f589ed8f50e4dc |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | äõ?í?PäÜ | 100011111010101110100011100011111010101111011000001111111000111110101011101111110011111101010000100011111010101110100011100011111010101011100100 | 8faba38fabd83f8fabbf3f508faba38faae4 |
UTF-8 | äõíPäÜ | 110000111010010011000011101101011100001010001001110000111010110111000010100011110101000011000011101001001100001110011100 | c3a4c3b5c289c3adc28f50c3a4c39c |
UHC | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)