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 | 趙雅文 | 1110011011100010100010011110101110010101101101101111100111111100 | e6e289eb95b6f9fc |
EUC-JP | 趙雅文? | 11101100111001001011001011101101110010101011100000111111 | ece4b2edcab83f |
UTF-8 | 趙雅文 | 111010001011011010011001111010011001101110000101111001101001011010000111111011101001110110010111 | e8b699e99b85e69687ee9d97 |
UHC | 趙雅文? | 11110000111000011110010010111010110110011111111000111111 | f0e1e4bad9fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)