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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?歟曜 | 0011111110011111011000101001011101101010 | 3f9f62976a |
EUC-JP | ?歟曜 | 0011111111011101110000111100110111001011 | 3fddc3cdcb |
UTF-8 | 行歟曜 | 111011111010100010001000111001101010110110011111111001101001101110011100 | efa888e6ad9fe69b9c |
UHC | 行歟曜 | 111110101010000111100110101000101110100011111000 | faa1e6a2e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)