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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 澱詐??\ | 10010011011000101000110110111100001111110011111101011100 | 93628dbc3f3f5c |
EUC-JP | 澱詐??\ | 11000101110000111011101010111110001111110011111101011100 | c5c3babe3f3f5c |
UTF-8 | 澱詐렰렩\ | 11100110101111101011000111101000101010011001000011101011101000001011000011101011101000001010100101011100 | e6beb1e8a990eba0b0eba0a95c |
UHC | 澱詐렰렩\ | 111011101111111011011110111100011000111010111101100011101011011101011100 | eefedef18ebd8eb75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)