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 | äPFä¼ | 1110010001010000100010111000111110001111010001101110010010111100 | e4508b8f8f46e4bc |
SJIS-WIN | ?P???F?? | 0011111101010000001111110011111100111111010001100011111100111111 | 3f503f3f3f463f3f |
EUC-JP | äP???Fä? | 100011111010101110100011010100000011111100111111001111110100011010001111101010111010001100111111 | 8faba3503f3f3f468faba33f |
UTF-8 | äPFä¼ | 1100001110100100010100001100001010001011110000101000111111000010100011110100011011000011101001001100001010111100 | c3a450c28bc28fc28f46c3a4c2bc |
UHC | ?P???F?¼ | 001111110101000000111111001111110011111101000110001111111010100011111001 | 3f503f3f3f463fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)