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 | ???b? | 0011111100111111001111110110001000111111 | 3f3f3f623f |
SJIS-WIN | 塢??b梧 | 10011010110001110011111100111111011000101000110011100110 | 9ac73f3f628ce6 |
EUC-JP | 塢??b梧 | 11010100110010010011111100111111011000101011100011101000 | d4c93f3f62b8e8 |
UTF-8 | 塢뽳쉘b梧 | 11100101101000011010001011101011101111011011001111101100100010011001100001100010111001101010001010100111 | e5a1a2ebbdb3ec899862e6a2a7 |
UHC | 塢뽳쉘b梧 | 111001111111000110010110111011111011110110101001011000101110011111111100 | e7f196efbda962e7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)