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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齬??? | 1110101010010111001111110011111100111111 | ea973f3f3f |
EUC-JP | 齬??沅 | 11110011111101110011111100111111100011111100011011101001 | f3f73f3f8fc6e9 |
UTF-8 | 齬밸빑沅 | 111010011011110110101100111010111011000010111000111010111011100110010001111001101011001010000101 | e9bdacebb0b8ebb991e6b285 |
UHC | 齬밸빑沅 | 1110010111100001101110011110101110010101101101011110101010110110 | e5e1b9eb95b5eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)