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 | 崛払驂 | 100110111011111110010101101001011110100101111100 | 9bbf95a5e97c |
EUC-JP | 崛払驂 | 110101101100000111001010101001111111000111011101 | d6c1caa7f1dd |
UTF-8 | 崛払驂 | 111001011011010010011011111001101000100110010101111010011010100110000010 | e5b49be68995e9a982 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)