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 | ???件液 | 00111111001111110011111110001100100011111000100101110100 | 3f3f3f8c8f8974 |
EUC-JP | ???件液 | 00111111001111110011111110110111111011111011000111010101 | 3f3f3fb7efb1d5 |
UTF-8 | 몸미뤳件液 | 111010111010101010111000111010111010111110111000111010111010010010110011111001001011101110110110111001101011011010110010 | ebaab8ebafb8eba4b3e4bbb6e6b6b2 |
UHC | 몸미뤳件液 | 10111000111101101011100111001100100011111110000111001011111011001110010011111011 | b8f6b9cc8fe1cbece4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)