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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 俎?E | 10011000110101110011111101000101 | 98d73f45 |
EUC-JP | 俎?E | 11010000110110010011111101000101 | d0d93f45 |
UTF-8 | 俎卨E | 11100100101111111000111011100101100011011010100001000101 | e4bf8ee58da845 |
UHC | 俎卨E | 1111000010111011111000001101100101000101 | f0bbe0d945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)