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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??恂?? | 1000100010100001001111110011111110011100100101100011111100111111 | 88a13f3f9c963f3f |
EUC-JP | 娃??恂?? | 1011000010100011001111110011111111010111111101100011111100111111 | b0a33f3fd7f63f3f |
UTF-8 | 娃믧걗恂삭쨲 | 111001011010100010000011111010111010111110100111111010101011000110010111111001101000000110000010111011001000001010101101111011001010100010110010 | e5a883ebafa7eab197e68182ec82adeca8b2 |
UHC | 娃믧걗恂삭쨲 | 111010001101111110010010111010011000000110000010111000101110000110111011111010001010010010001100 | e8df92e98182e2e1bbe8a48c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)