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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 踰育剏\ | 11100110111110101000100011100111100110011000110001011100 | e6fa88e7998c5c |
EUC-JP | 踰育剏\ | 11101100111111001011000011101001110100011110110001011100 | ecfcb0e9d1ec5c |
UTF-8 | 踰育剏\ | 11101000101110001011000011101000100000101011001011100101100010011000111101011100 | e8b8b0e882b2e5898f5c |
UHC | 踰育?\ | 111010111011001011101011110000000011111101011100 | ebb2ebc03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)