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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 剡剡^ | 10001111101100111100011110001111101100111100011101011110 | 8fb3c78fb3c75e |
UTF-8 | 剡剡^ | 11100101100010011010000111100101100010011010000101011110 | e589a1e589a15e |
UHC | 剡剡^ | 1110000011100110111000001110011001011110 | e0e6e0e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)