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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?獻^ | 00111111111000001101100101011110 | 3fe0d95e |
EUC-JP | ?獻^ | 00111111111000001101101101011110 | 3fe0db5e |
UTF-8 | 롮獻^ | 11101011101000011010111011100111100011011011101101011110 | eba1aee78dbb5e |
UHC | 롮獻^ | 1000111011101100111110101100110001011110 | 8eecfacc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)