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 | 姙齊? | 1001101101001011111010101000111000111111 | 9b4bea8e3f |
EUC-JP | 姙齊? | 1101010110101100111100111110111000111111 | d5acf3ee3f |
UTF-8 | 姙齊솅 | 111001011010011110011001111010011011110110001010111011001000011010000101 | e5a799e9bd8aec8685 |
UHC | 姙齊솅 | 111011001111010111110000101110101011110011010001 | ecf5f0babcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)