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 | 豁滔ウゥ笏 | 1110011010101101100111111110101110110011101010011110001010010100 | e6ad9febb3a9e294 |
EUC-JP | 豁滔ウゥ笏 | 11101100101011111101111011101101100011101011001110001110101010011110001111110100 | ecafdeed8eb38ea9e3f4 |
UTF-8 | 豁滔ウゥ笏 | 111010001011000110000001111001101011101110010100111011111011110110110011111011111011110110101001111001111010110010001111 | e8b181e6bb94efbdb3efbda9e7ac8f |
UHC | 豁滔??笏 | 1111110011000011110101001010010100111111001111111111101111101110 | fcc3d4a53f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)