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 | 謳懷Η | 111001101001000010011100111001011000001110100101 | e6909ce583a5 |
EUC-JP | 謳懷Η | 111010111111000011011000111001111010011010100111 | ebf0d8e7a6a7 |
UTF-8 | 謳懷Η | 1110100010101100101100111110011010000111101101111100111010010111 | e8acb3e687b7ce97 |
UHC | 謳懷Η | 110011111100010011111100111000111010010111000111 | cfc4fce3a5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)