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 | è¾@\ | 11101000101111100100000001011100 | e8be405c |
SJIS-WIN | ??@\ | 00111111001111110100000001011100 | 3f3f405c |
EUC-JP | è?@\ | 100011111010101110110010001111110100000001011100 | 8fabb23f405c |
UTF-8 | è¾@\ | 110000111010100011000010101111100100000001011100 | c3a8c2be405c |
UHC | ?¾@\ | 0011111110101000111110100100000001011100 | 3fa8fa405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)