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 | åPFB | 11100101010100001000010010001001100010010100011001000010 | e5508489894642 |
SJIS-WIN | ?P???FB | 00111111010100000011111100111111001111110100011001000010 | 3f503f3f3f4642 |
EUC-JP | åP???FB | 100011111010101110101001010100000011111100111111001111110100011001000010 | 8faba9503f3f3f4642 |
UTF-8 | åPFB | 1100001110100101010100001100001010000100110000101000100111000010100010010100011001000010 | c3a550c284c289c2894642 |
UHC | ?P???FB | 00111111010100000011111100111111001111110100011001000010 | 3f503f3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)