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 | 100011101100001110001110101001000101000010001110 | 8ec38ea4508e |
SJIS-WIN | ????P? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
EUC-JP | ?Ã?¤P? | 00111111100011111010101010101010001111111000111110100010111100000101000000111111 | 3f8faaaa3f8fa2f0503f |
UTF-8 | äP | 1100001010001110110000111000001111000010100011101100001010100100010100001100001010001110 | c28ec383c28ec2a450c28e |
UHC | ???¤P? | 00111111001111110011111110100010101101000101000000111111 | 3f3f3fa2b4503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)