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 | 襭苦У\ | 11100110010000101000101111101010100001000101010001011100 | e6428bea84545c |
EUC-JP | 襭苦У\ | 11101011101000111011011011101100101001111011010101011100 | eba3b6eca7b55c |
UTF-8 | 襭苦У\ | 111010001010010110101101111010001000101110100110110100001010001101011100 | e8a5ade88ba6d0a35c |
UHC | ?苦У\ | 001111111100110111001000101011001011010101011100 | 3fcdc8acb55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)