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 | 冶?蟻 | 1001011011101000001111111000101101100001 | 96e83f8b61 |
EUC-JP | 冶?蟻 | 1100110011101010001111111011010111000010 | ccea3fb5c2 |
UTF-8 | 冶숺蟻 | 111001011000011010110110111011001000100010111010111010001001111110111011 | e586b6ec88bae89fbb |
UHC | 冶숺蟻 | 111001011010011110011010010011111110101111111100 | e5a79a4febfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)