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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁滔ウゥ碪 | 1110011010101101100111111110101110110011101010011110000111110010 | e6ad9febb3a9e1f2 |
EUC-JP | 豁滔ウゥ碪 | 11101100101011111101111011101101100011101011001110001110101010011110001011110100 | ecafdeed8eb38ea9e2f4 |
UTF-8 | 豁滔ウゥ碪 | 111010001011000110000001111001101011101110010100111011111011110110110011111011111011110110101001111001111010001010101010 | e8b181e6bb94efbdb3efbda9e7a2aa |
UHC | 豁滔??? | 11111100110000111101010010100101001111110011111100111111 | fcc3d4a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)