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 | 逵育剏\ | 11100111100111001000100011100111100110011000110001011100 | e79c88e7998c5c |
EUC-JP | 逵育剏\ | 11101101111111001011000011101001110100011110110001011100 | edfcb0e9d1ec5c |
UTF-8 | 逵育剏\ | 11101001100000001011010111101000100000101011001011100101100010011000111101011100 | e980b5e882b2e5898f5c |
UHC | 逵育?\ | 110100001011000011101011110000000011111101011100 | d0b0ebc03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)