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 | ûPB | 11111011010100001001000001000010 | fb509042 |
SJIS-WIN | ?P?B | 00111111010100000011111101000010 | 3f503f42 |
EUC-JP | ûP?B | 100011111010101111100101010100000011111101000010 | 8fabe5503f42 |
UTF-8 | ûPB | 110000111011101101010000110000101001000001000010 | c3bb50c29042 |
UHC | ?P?B | 00111111010100000011111101000010 | 3f503f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)