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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衣篩?^ | 100010001101111111100010101111110011111101011110 | 88dfe2bf3f5e |
EUC-JP | 衣篩汶^ | 1011000011100001111001001100000110001111110001101110010101011110 | b0e1e4c18fc6e55e |
UTF-8 | 衣篩汶^ | 11101000101000011010001111100111101011111010100111100110101100011011011001011110 | e8a1a3e7afa9e6b1b65e |
UHC | 衣篩汶^ | 11101011111111011101111011101000110110101010000101011110 | ebfddee8daa15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)