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 | 墻?Р\ | 100110101101010000111111100001000101000101011100 | 9ad43f84515c |
EUC-JP | 墻?Р\ | 110101001101011000111111101001111011001001011100 | d4d63fa7b25c |
UTF-8 | 墻좈Р\ | 111001011010001010111011111011001010001010001000110100001010000001011100 | e5a2bbeca288d0a05c |
UHC | 墻좈Р\ | 11101101110111111010000011101001101011001011001001011100 | eddfa0e9acb25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)