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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 鐔常週GB | 1110100001011100100011111110110110001111010101000100011101000010 | e85c8fed8f544742 |
EUC-JP | 鐔常週GB | 1110111110111101101111101110111110111101101101010100011101000010 | efbdbeefbdb54742 |
UTF-8 | 鐔常週GB | 1110100110010000100101001110010110111000101110001110100110000000101100010100011101000010 | e99094e5b8b8e980b14742 |
UHC | ?常週GB | 00111111110111111100100011110001110011100100011101000010 | 3fdfc8f1ce4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)