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çñB | 1111101101010000111001111111000101000010 | fb50e7f142 |
SJIS-WIN | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
EUC-JP | ûPçñB | 1000111110101011111001010101000010001111101010111010111010001111101010111101000001000010 | 8fabe5508fabae8fabd042 |
UTF-8 | ûPçñB | 1100001110111011010100001100001110100111110000111011000101000010 | c3bb50c3a7c3b142 |
UHC | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)