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 | 豢呱鴻 | 111001101011010010011001111010111000110110000011 | e6b499eb8d83 |
EUC-JP | 豢呱鴻 | 111011001011011011010010111011011011100111100011 | ecb6d2edb9e3 |
UTF-8 | 豢呱鴻 | 111010001011000110100010111001011001000110110001111010011011010010111011 | e8b1a2e591b1e9b4bb |
UHC | ?呱鴻 | 0011111111001101101100101111101111111000 | 3fcdb2fbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)