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 | 雕エ雉」驥 | 1110100010111000101101001110100010110011101000111110100110000111 | e8b8b4e8b3a3e987 |
EUC-JP | 雕エ雉」驥 | 11110000101110101000111010110100111100001011010110001110101000111111000111100111 | f0ba8eb4f0b58ea3f1e7 |
UTF-8 | 雕エ雉」驥 | 111010011001101110010101111011111011110110110100111010011001101110001001111011111011110110100011111010011010100110100101 | e99b95efbdb4e99b89efbda3e9a9a5 |
UHC | 雕?雉?驥 | 1111000011100111001111111111011011001011001111111101000111001010 | f0e73ff6cb3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)