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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?凸 | 001111111001001111001010 | 3f93ca |
EUC-JP | ?凸 | 001111111100011011001100 | 3fc6cc |
UTF-8 | 뤹凸 | 111010111010010010111001111001011000011110111000 | eba4b9e587b8 |
UHC | 뤹凸 | 10001111111001111111010011001000 | 8fe7f4c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)