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äó | 1110010010100010100011101000111110001111010100001110010011110011 | e4a28e8f8f50e4f3 |
SJIS-WIN | ?¢???P?? | 001111111000000110010001001111110011111100111111010100000011111100111111 | 3f81913f3f3f503f3f |
EUC-JP | ä¢???Päó | 100011111010101110100011101000011111000100111111001111110011111101010000100011111010101110100011100011111010101111010001 | 8faba3a1f13f3f3f508faba38fabd1 |
UTF-8 | ä¢Päó | 110000111010010011000010101000101100001010001110110000101000111111000010100011110101000011000011101001001100001110110011 | c3a4c2a2c28ec28fc28f50c3a4c3b3 |
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)