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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 僊誓 | 10011001010000011001000010111110 | 994190be |
EUC-JP | 僊誓 | 11010001101000101100000011000000 | d1a2c0c0 |
UTF-8 | 僊誓 | 111001011000001110001010111010001010101010010011 | e5838ae8aa93 |
UHC | 僊誓 | 11100000101110101110000010100101 | e0bae0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)