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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 剪?運?適? | 100110011001001000111111100010010101111000111111100100110100101100111111 | 99923f895e3f934b3f |
EUC-JP | 剪?運?適? | 110100011111001000111111101100011011111100111111110001011010110000111111 | d1f23fb1bf3fc5ac3f |
UTF-8 | 剪렲運렯適렏 | 111001011000100110101010111010111010000010110010111010011000000110001011111010111010000010101111111010011000000110101001111010111010000010001111 | e589aaeba0b2e9818beba0afe981a9eba08f |
UHC | 剪렲運렯適렏 | 111011101111001010001110101111111110101010100001100011101011110011101110111010101000111010100101 | eef28ebfeaa18ebceeea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)