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å^ | 1110010101010000111001011000111001011110 | e550e58e5e |
SJIS-WIN | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
EUC-JP | åPå?^ | 100011111010101110101001010100001000111110101011101010010011111101011110 | 8faba9508faba93f5e |
UTF-8 | åPå^ | 1100001110100101010100001100001110100101110000101000111001011110 | c3a550c3a5c28e5e |
UHC | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)