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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 獻Y | 1111000010111011111000001101100101011001 | f0bbe0d959 |
EUC-JP | ?獻Y | 00111111111000001101101101011001 | 3fe0db59 |
UTF-8 | 獻Y | 11101110100000011011101011100111100011011011101101011001 | ee81bae78dbb59 |
UHC | ?獻Y | 00111111111110101100110001011001 | 3ffacc59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)