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 | 隱セ謔介∵ | 111010001010101010111110111001101000001010001001111011101000000111100110 | e8aabee68289ee81e6 |
EUC-JP | 隱セ謔介∵ | 11110000101011001000111010111110111010111110001010110010111100001010001011101000 | f0ac8ebeebe2b2f0a2e8 |
UTF-8 | 隱セ謔介∵ | 111010011001101010110001111011111011110110111110111010001010110010010100111001001011101110001011111000101000100010110101 | e99ab1efbdbee8ac94e4bb8be288b5 |
UHC | 隱?謔介∵ | 111010111101111100111111111110011100110011001011101111111010000111110001 | ebdf3ff9cccbbfa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)