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 | 險溥姆 | 111010001010100010011111111011101001101101000111 | e8a89fee9b47 |
EUC-JP | 險溥姆 | 111100001010101011011110111100001101010110101000 | f0aadef0d5a8 |
UTF-8 | 險溥姆 | 111010011001101010101010111001101011101010100101111001011010011110000110 | e99aaae6baa5e5a786 |
UHC | 險溥姆 | 111110101100111111011101101010101101100110110101 | facfddaad9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)