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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | ラ瞠ゥ耨~ | 110101111110000111010011101010011110001111010011111101111010101001111110 | d7e1d3a9e3d3f7aa7e |
EUC-JP | ラ瞠ゥ耨?~ | 10001110110101111110001011010101100011101010100111100110110101010011111101111110 | 8ed7e2d58ea9e6d53f7e |
UTF-8 | ラ瞠ゥ耨~ | 11101111101111101001011111100111100111101010000011101111101111011010100111101000100000001010100011101110100101101000110101111110 | efbe97e79ea0efbda9e880a8ee968d7e |
UHC | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)