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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 戊揉找 | 100101011110100010011101100001101001110101010001 | 95e89d869d51 |
EUC-JP | 戊揉找 | 110010101110101011011001111001101101100110110010 | caead9e6d9b2 |
UTF-8 | 戊揉找 | 111001101000100010001010111001101000111110001001111001101000100110111110 | e6888ae68f89e689be |
UHC | 戊?? | 11011001111001100011111100111111 | d9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)