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???IB | 00111111010100000011111100111111001111110100100101000010 | 3f503f3f3f4942 |
SJIS-WIN | ?P???IB | 00111111010100000011111100111111001111110100100101000010 | 3f503f3f3f4942 |
EUC-JP | ?P???IB | 00111111010100000011111100111111001111110100100101000010 | 3f503f3f3f4942 |
UTF-8 | 채P혢혧혧IB | 111011001011000110000100010100001110110110011000101000101110110110011000101001111110110110011000101001110100100101000010 | ecb18450ed98a2ed98a7ed98a74942 |
UHC | 채P혢혧혧IB | 1100001110100100010100001100001010001011110000101000111111000010100011110100100101000010 | c3a450c28bc28fc28f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)