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 | 1110100010000000100110000101001101000010 | e880985342 |
EUC-JP | 閠牢B | 1110111111100000110011111011010001000010 | efe0cfb442 |
UTF-8 | 閠牢B | 11101001100101101010000011100111100010011010001001000010 | e996a0e789a242 |
UHC | ?牢B | 00111111110101101110111101000010 | 3fd6ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)