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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 重?B | 10001111011001000011111101000010 | 8f643f42 |
EUC-JP | 重?B | 10111101110001010011111101000010 | bdc53f42 |
UTF-8 | 重렮B | 11101001100001111000110111101011101000001010111001000010 | e9878deba0ae42 |
UHC | 重렮B | 1111000111101100100011101011101101000010 | f1ec8ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)