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 | 彦???? | 100101010100011000111111001111110011111100111111 | 95463f3f3f3f |
EUC-JP | 彦???? | 110010011010011100111111001111110011111100111111 | c9a73f3f3f3f |
UTF-8 | 彦셅溜녔깱 | 111001011011110110100110111011001000010110000101111011111010011110001011111010111000010110010100111010101011100110110001 | e5bda6ec8585efa78beb8594eab9b1 |
UHC | 彦셅溜녔깱 | 11100101111010011001100101001111111010101111111010110011111001101000001110011111 | e5e9994feafeb3e6839f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)