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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茲脂 | 11100100101000101000111010001001 | e4a28e89 |
EUC-JP | 茲脂 | 11101000101001001011101111101001 | e8a4bbe9 |
UTF-8 | 茲脂 | 111010001000110010110010111010001000010010000010 | e88cb2e88482 |
UHC | ?脂 | 001111111111001010110111 | 3ff2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)