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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??澎 | 00111111001111111110000001001111 | 3f3fe04f |
EUC-JP | 泂?澎 | 100011111100011011110110001111111101111110110000 | 8fc6f63fdfb0 |
UTF-8 | 泂랑澎 | 111001101011001110000010111010111001111010010001111001101011111010001110 | e6b382eb9e91e6be8e |
UHC | 泂랑澎 | 111110111010001010110110111110111111100010110001 | fba2b6fbf8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)