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 | ?????^Q] | 0011111100111111001111110011111100111111010111100101000101011101 | 3f3f3f3f3f5e515d |
SJIS-WIN | ラ瞠ゥ耨^Q] | 1101011111100001110100111010100111100011110100111111011110101010010111100101000101011101 | d7e1d3a9e3d3f7aa5e515d |
EUC-JP | ラ瞠ゥ耨?^Q] | 100011101101011111100010110101011000111010101001111001101101010100111111010111100101000101011101 | 8ed7e2d58ea9e6d53f5e515d |
UTF-8 | ラ瞠ゥ耨^Q] | 111011111011111010010111111001111001111010100000111011111011110110101001111010001000000010101000111011101001011010001101010111100101000101011101 | efbe97e79ea0efbda9e880a8ee968d5e515d |
UHC | ?????^Q] | 0011111100111111001111110011111100111111010111100101000101011101 | 3f3f3f3f3f5e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)