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ä° | 1110010011110010100011101110110110001111010100001110010010110000 | e4f28eed8f50e4b0 |
SJIS-WIN | ?????P?° | 001111110011111100111111001111110011111101010000001111111000000110001011 | 3f3f3f3f3f503f818b |
EUC-JP | äò?í?Pä° | 1000111110101011101000111000111110101011110100100011111110001111101010111011111100111111010100001000111110101011101000111010000111101011 | 8faba38fabd23f8fabbf3f508faba3a1eb |
UTF-8 | äòíPä° | 110000111010010011000011101100101100001010001110110000111010110111000010100011110101000011000011101001001100001010110000 | c3a4c3b2c28ec3adc28f50c3a4c2b0 |
UHC | ?????P?° | 001111110011111100111111001111110011111101010000001111111010000111000110 | 3f3f3f3f3f503fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)