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 | 10011011111010000011111101000101 | 9be83f45 |
EUC-JP | 幄?E | 11010110111010100011111101000101 | d6ea3f45 |
UTF-8 | 幄롫E | 11100101101110011000010011101011101000011010101101000101 | e5b984eba1ab45 |
UHC | 幄롫E | 1110010011000001100011101110101101000101 | e4c18eeb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)