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 | 蛇鯣^ | 1000111011010110111010011100011001011110 | 8ed6e9c65e |
EUC-JP | 蛇鯣^ | 1011110011011000111100101100100001011110 | bcd8f2c85e |
UTF-8 | 蛇鯣^ | 11101000100110111000011111101001101011111010001101011110 | e89b87e9afa35e |
UHC | 蛇?^ | 11011110111011110011111101011110 | deef3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)