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 | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
SJIS-WIN | ラ瞠ゥ耨u | 110101111110000111010011101010011110001111010011111101111010101001110101 | d7e1d3a9e3d3f7aa75 |
EUC-JP | ラ瞠ゥ耨?u | 10001110110101111110001011010101100011101010100111100110110101010011111101110101 | 8ed7e2d58ea9e6d53f75 |
UTF-8 | ラ瞠ゥ耨u | 11101111101111101001011111100111100111101010000011101111101111011010100111101000100000001010100011101110100101101000110101110101 | efbe97e79ea0efbda9e880a8ee968d75 |
UHC | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)