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 | ?Vy | 001111110101011001111001 | 3f5679 |
SJIS-WIN | 緝Vy | 11100011011010000101011001111001 | e3685679 |
EUC-JP | 緝Vy | 11100101110010010101011001111001 | e5c95679 |
UTF-8 | 緝Vy | 1110011110110111100111010101011001111001 | e7b79d5679 |
UHC | 緝Vy | 11110010111111010101011001111001 | f2fd5679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)