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 | 鞫磯ざ | 111001101001000110001000111010011000001010110100 | e69188e982b4 |
EUC-JP | 鞫磯ざ | 111010111111000110110000111010111010010010110110 | ebf1b0eba4b6 |
UTF-8 | 鞫磯ざ | 111010011001111010101011111001111010001110101111111000111000000110010110 | e99eabe7a3afe38196 |
UHC | 鞫磯ざ | 110011111101010011010001101101001010101010110110 | cfd4d1b4aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)