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 | 11100100101000110011111101000010 | e4a33f42 |
EUC-JP | 茱?B | 11101000101001010011111101000010 | e8a53f42 |
UTF-8 | 茱쉮B | 11101000100011001011000111101100100010011010111001000010 | e88cb1ec89ae42 |
UHC | 茱쉮B | 1110001010111100100110101000011001000010 | e2bc9a8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)