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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 実漆~ | 1000111011000000100011101011110101111110 | 8ec08ebd7e |
EUC-JP | 実漆~ | 1011110011000010101111001011111101111110 | bcc2bcbf7e |
UTF-8 | 実漆~ | 11100101101011101001111111100110101111001000011001111110 | e5ae9fe6bc867e |
UHC | ?漆~ | 00111111111101101101010001111110 | 3ff6d47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)