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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 偲爾Y | 1000111011000011100011101010001001011001 | 8ec38ea259 |
EUC-JP | 偲爾Y | 1011110011000101101111001010010001011001 | bcc5bca459 |
UTF-8 | 偲爾Y | 11100101100000011011001011100111100010001011111001011001 | e581b2e788be59 |
UHC | ?爾Y | 00111111111011001011001101011001 | 3fecb359 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)