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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 解\ | 100010011111000001011100 | 89f05c |
EUC-JP | 解\ | 101100101111001001011100 | b2f25c |
UTF-8 | 解\ | 11101000101001111010001101011100 | e8a7a35c |
UHC | 解\ | 111110101011000001011100 | fab05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)