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 | 陬曁 | 11101000101000111001110111111000 | e8a39df8 |
EUC-JP | 陬曁 | 11110000101001011101101011111010 | f0a5dafa |
UTF-8 | 陬曁 | 111010011001100110101100111001101001101110000001 | e999ace69b81 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)