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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 狷瑯猝 | 111000001100010011100000111001011110000011001010 | e0c4e0e5e0ca |
EUC-JP | 狷瑯猝 | 111000001100011011100000111001111110000011001100 | e0c6e0e7e0cc |
UTF-8 | 狷瑯猝 | 111001111000101110110111111001111001000110101111111001111000110010011101 | e78bb7e791afe78c9d |
UHC | ?瑯猝 | 0011111111010101110010111111000011110001 | 3fd5cbf0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)