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 | 贓犁醤 | 111001101101100111100000101100111000111111011101 | e6d9e0b38fdd |
EUC-JP | 贓犁醤 | 111011001101101111100000101101011011111011011111 | ecdbe0b5bedf |
UTF-8 | 贓犁醤 | 111010001011010010010011111001111000101010000001111010011000011010100100 | e8b493e78a81e986a4 |
UHC | 贓犁? | 1110110111111100110101111110000000111111 | edfcd7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)