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 | 謖檎蔵 | 111001101000110010001100111001111001000110100000 | e68c8ce791a0 |
EUC-JP | 謖檎蔵 | 111010111110110010111000111010011100001010100010 | ebecb8e9c2a2 |
UTF-8 | 謖檎蔵 | 111010001010110010010110111001101010101010001110111010001001010010110101 | e8ac96e6aa8ee894b5 |
UHC | 謖檎? | 1110000111011010110100001101010100111111 | e1dad0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)