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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 菴拮 | 11100100101111011001110101101000 | e4bd9d68 |
EUC-JP | 菴拮 | 11101000101111111101100111001001 | e8bfd9c9 |
UTF-8 | 菴拮 | 111010001000111110110100111001101000101110101110 | e88fb4e68bae |
UHC | 菴拮 | 11100100111000001101000111001111 | e4e0d1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)