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 | 娃??恂? | 10001000101000010011111100111111100111001001011000111111 | 88a13f3f9c963f |
EUC-JP | 娃??恂? | 10110000101000110011111100111111110101111111011000111111 | b0a33f3fd7f63f |
UTF-8 | 娃믧걗恂삭 | 111001011010100010000011111010111010111110100111111010101011000110010111111001101000000110000010111011001000001010101101 | e5a883ebafa7eab197e68182ec82ad |
UHC | 娃믧걗恂삭 | 11101000110111111001001011101001100000011000001011100010111000011011101111101000 | e8df92e98182e2e1bbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)