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 | ÐÕGB | 100111111101000010011111110101010100011101000010 | 9fd09fd54742 |
SJIS-WIN | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
EUC-JP | ???ÕGB | 0011111100111111001111111000111110101010110110000100011101000010 | 3f3f3f8faad84742 |
UTF-8 | ÐÕGB | 11000010100111111100001110010000110000101001111111000011100101010100011101000010 | c29fc390c29fc3954742 |
UHC | ?Ð??GB | 00111111101010001010001000111111001111110100011101000010 | 3fa8a23f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)