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 | 驪コ貅「謫ア | 111010011000101110111010111001101011101010100010111001101001001110110001 | e98bbae6baa2e693b1 |
EUC-JP | 驪コ貅「謫ア | 111100011110101110001110101110101110110010111100100011101010001011101011111100111000111010110001 | f1eb8ebaecbc8ea2ebf38eb1 |
UTF-8 | 驪コ貅「謫ア | 111010011010100110101010111011111011110110111010111010001011001010000101111011111011110110100010111010001010110010101011111011111011110110110001 | e9a9aaefbdbae8b285efbda2e8acabefbdb1 |
UHC | 驪???謫? | 1101010111110001001111110011111100111111111011101110001100111111 | d5f13f3f3feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)