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 | ?@\ | 001111110100000001011100 | 3f405c |
SJIS-WIN | 羞@\ | 11100011101101010100000001011100 | e3b5405c |
EUC-JP | 羞@\ | 11100110101101110100000001011100 | e6b7405c |
UTF-8 | 羞@\ | 1110011110111110100111100100000001011100 | e7be9e405c |
UHC | 羞@\ | 11100010101110100100000001011100 | e2ba405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)