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 | ²ZGPB | 1001000110110010100100100101101001000111100100100101000001000010 | 91b2925a47925042 |
SJIS-WIN | ???ZG?PB | 0011111100111111001111110101101001000111001111110101000001000010 | 3f3f3f5a473f5042 |
EUC-JP | ???ZG?PB | 0011111100111111001111110101101001000111001111110101000001000010 | 3f3f3f5a473f5042 |
UTF-8 | ²ZGPB | 110000101001000111000010101100101100001010010010010110100100011111000010100100100101000001000010 | c291c2b2c2925a47c2925042 |
UHC | ?²?ZG?PB | 001111111010100111110111001111110101101001000111001111110101000001000010 | 3fa9f73f5a473f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)