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 | 芽\ | 100010011110100001011100 | 89e85c |
EUC-JP | 芽\ | 101100101110101001011100 | b2ea5c |
UTF-8 | 芽\ | 11101000100010101011110101011100 | e88abd5c |
UHC | 芽\ | 111001001011010001011100 | e4b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)