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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 擬??曖?^ | 1000101101011011001111110011111110011110010000100011111101011110 | 8b5b3f3f9e423f5e |
EUC-JP | 擬??曖?^ | 1011010110111100001111110011111111011011101000110011111101011110 | b5bc3f3fdba33f5e |
UTF-8 | 擬좊죿曖킘^ | 11100110100100111010110011101100101000101000101011101100101000111011111111100110100110111001011011101101100000101001100001011110 | e693aceca28aeca3bfe69b96ed82985e |
UHC | 擬좊죿曖킘^ | 1110101111110100101000001110101110100001100101111110010011110010101101010100010001011110 | ebf4a0eba197e4f2b5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)