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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踵蹊酌 | 1110011011111001111001101111110010001110110111101111001011100101 | e6f9e6fc8edef2e5 |
EUC-JP | 踵蹊酌? | 11101100111110111110110011111110101111001110000000111111 | ecfbecfebce03f |
UTF-8 | 踵蹊酌 | 111010001011100010110101111010001011100110001010111010011000010110001100111011101000100010011100 | e8b8b5e8b98ae9858cee889c |
UHC | 踵蹊酌? | 11110001101000101111101110110111111011011100110000111111 | f1a2fbb7edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)