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 | è¾[B | 11101000101111100101101101000010 | e8be5b42 |
SJIS-WIN | ??[B | 00111111001111110101101101000010 | 3f3f5b42 |
EUC-JP | è?[B | 100011111010101110110010001111110101101101000010 | 8fabb23f5b42 |
UTF-8 | è¾[B | 110000111010100011000010101111100101101101000010 | c3a8c2be5b42 |
UHC | ?¾[B | 0011111110101000111110100101101101000010 | 3fa8fa5b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)