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 | 摯?賈 | 1001110110010101001111111110011011001001 | 9d953fe6c9 |
EUC-JP | 摯?賈 | 1101100111110101001111111110110011001011 | d9f53feccb |
UTF-8 | 摯흣賈 | 111001101001000110101111111011011001110110100011111010001011001110001000 | e691afed9da3e8b388 |
UHC | 摯흣賈 | 111100101010011111001000111011101100101010111001 | f2a7c8eecab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)