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 | ?汗孩?? | 00111111100010101011111010011011011101110011111100111111 | 3f8abe9b773f3f |
EUC-JP | ?汗孩?? | 00111111101101001100000011010101110110000011111100111111 | 3fb4c0d5d83f3f |
UTF-8 | 뤋汗孩쭖칓 | 111010111010010010001011111001101011000110010111111001011010110110101001111011001010110110010110111011001011100110010011 | eba48be6b197e5ada9ecad96ecb993 |
UHC | 뤋汗孩쭖칓 | 10001111101110111111100111010010111110101010100110100111100011101010111101101010 | 8fbbf9d2faa9a78eaf6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)