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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?拒?居^ | 00111111100010111001000100111111100010111000111101011110 | 3f8b913f8b8f5e |
EUC-JP | ?拒?居^ | 00111111101101011111000100111111101101011110111101011110 | 3fb5f13fb5ef5e |
UTF-8 | 똬拒똬居^ | 11101011100110001010110011100110100010111001001011101011100110001010110011100101101100011000010101011110 | eb98ace68b92eb98ace5b1855e |
UHC | 똬拒똬居^ | 101101101100110011001011110111101011011011001100110010111101110001011110 | b6cccbdeb6cccbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)