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 | 趙?燼斑?? | 111001101110001000111111111000001001111010010100110000010011111100111111 | e6e23fe09e94c13f3f |
EUC-JP | 趙?燼斑?? | 111011001110010000111111110111111111111011001000110000110011111100111111 | ece43fdffec8c33f3f |
UTF-8 | 趙렰燼斑뤒肋 | 111010001011011010011001111010111010000010110000111001111000011110111100111001101001011010010001111010111010010010010010111011111010010110010011 | e8b699eba0b0e787bce69691eba492efa593 |
UHC | 趙렰燼斑뤒肋 | 111100001110000110001110101111011110001111101000110110101110100010001111110000101101001011110001 | f0e18ebde3e8dae88fc2d2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)