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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 箙莵爛\ | 11100010101101111110010010110111111000001010001101011100 | e2b7e4b7e0a35c |
EUC-JP | 箙莵爛\ | 11100100101110011110100010111001111000001010010101011100 | e4b9e8b9e0a55c |
UTF-8 | 箙莵爛\ | 11100111101011101001100111101000100011101011010111100111100010001001101101011100 | e7ae99e88eb5e7889b5c |
UHC | ??爛\ | 0011111100111111110101011011010001011100 | 3f3fd5b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)