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 | 10011111101110000011111101000101 | 9fb83f45 |
EUC-JP | 涅?E | 11011110101110100011111101000101 | deba3f45 |
UTF-8 | 涅쩋E | 11100110101101101000010111101100101010011000101101000101 | e6b685eca98b45 |
UHC | 涅쩋E | 1110011011101110101001010100010101000101 | e6eea54545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)