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 | ??悖 | 00111111001111111001110010100001 | 3f3f9ca1 |
EUC-JP | 泂?悖 | 100011111100011011110110001111111101100010100011 | 8fc6f63fd8a3 |
UTF-8 | 泂랐悖 | 111001101011001110000010111010111001111010010000111001101000001010010110 | e6b382eb9e90e68296 |
UHC | 泂랐悖 | 111110111010001010110110111110101111100010100111 | fba2b6faf8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)