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 | PEB | 1001001001010000100100100100010101000010 | 9250924542 |
SJIS-WIN | ?P?EB | 0011111101010000001111110100010101000010 | 3f503f4542 |
EUC-JP | ?P?EB | 0011111101010000001111110100010101000010 | 3f503f4542 |
UTF-8 | PEB | 11000010100100100101000011000010100100100100010101000010 | c29250c2924542 |
UHC | ?P?EB | 0011111101010000001111110100010101000010 | 3f503f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)