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äK | 1110010011110101100010011110110110001111010100001110010001001011 | e4f589ed8f50e44b |
SJIS-WIN | ?????P?K | 0011111100111111001111110011111100111111010100000011111101001011 | 3f3f3f3f3f503f4b |
EUC-JP | äõ?í?PäK | 10001111101010111010001110001111101010111101100000111111100011111010101110111111001111110101000010001111101010111010001101001011 | 8faba38fabd83f8fabbf3f508faba34b |
UTF-8 | äõíPäK | 1100001110100100110000111011010111000010100010011100001110101101110000101000111101010000110000111010010001001011 | c3a4c3b5c289c3adc28f50c3a44b |
UHC | ?????P?K | 0011111100111111001111110011111100111111010100000011111101001011 | 3f3f3f3f3f503f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)