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 | サ鱆? | 10111011111010011110000100111111 | bbe9e13f |
EUC-JP | サ鱆愶 | 10001110101110111111001011100011100011111011111011001100 | 8ebbf2e38fbecc |
UTF-8 | サ鱆愶 | 111011111011110110111011111010011011000110000110111001101000010010110110 | efbdbbe9b186e684b6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)