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 | 驕皮カ | 1110100110000001100101001110011110110110 | e98194e7b6 |
EUC-JP | 驕皮カ | 111100011110000111001000111010011000111010110110 | f1e1c8e98eb6 |
UTF-8 | 驕皮カ | 111010011010100110010101111001111001101010101110111011111011110110110110 | e9a995e79aaeefbdb6 |
UHC | 驕皮? | 1100111011110110111110011010101100111111 | cef6f9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)