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 | 趙賀オ滔「 | 1110011011100010100010011110101010110101100111111110101110100010 | e6e289eab59feba2 |
EUC-JP | 趙賀オ滔「 | 11101100111001001011001011101100100011101011010111011110111011011000111010100010 | ece4b2ec8eb5deed8ea2 |
UTF-8 | 趙賀オ滔「 | 111010001011011010011001111010001011001110000000111011111011110110110101111001101011101110010100111011111011110110100010 | e8b699e8b380efbdb5e6bb94efbda2 |
UHC | 趙賀?滔? | 1111000011100001111110011100010100111111110101001010010100111111 | f0e1f9c53fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)