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 | 嶸豢骰 | 111110101011010011100110101101001110100110001101 | fab4e6b4e98d |
EUC-JP | 嶸豢骰 | 10001111101110111111010011101100101101101111000111101101 | 8fbbf4ecb6f1ed |
UTF-8 | 嶸豢骰 | 111001011011011010111000111010001011000110100010111010011010101010110000 | e5b6b8e8b1a2e9aab0 |
UHC | 嶸?? | 11100111101011100011111100111111 | e7ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)