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 | 雍帝ス「縺 | 1110100010110100100100101110100110111101101000101110001110000001 | e8b492e9bda2e381 |
EUC-JP | 雍帝ス「縺 | 11110000101101101100010011101011100011101011110110001110101000101110010111100001 | f0b6c4eb8ebd8ea2e5e1 |
UTF-8 | 雍帝ス「縺 | 111010011001101110001101111001011011100010011101111011111011110110111101111011111011110110100010111001111011100010111010 | e99b8de5b89defbdbdefbda2e7b8ba |
UHC | 雍帝??? | 11101000101111001111000010101000001111110011111100111111 | e8bcf0a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)