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 | 隆垪 | 10010111101100101001101010111000 | 97b29ab8 |
EUC-JP | 隆垪 | 11001110101101001101010010111010 | ceb4d4ba |
UTF-8 | 隆垪 | 111010011001101010000110111001011001111010101010 | e99a86e59eaa |
UHC | 隆? | 110101111100110000111111 | d7cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)