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 | 澵鴫昇 | 111110110100110010001110101100001000111110111000 | fb4c8eb08fb8 |
EUC-JP | 澵鴫昇 | 10001111110010001111100010111100101100101011111010111010 | 8fc8f8bcb2beba |
UTF-8 | 澵鴫昇 | 111001101011111010110101111010011011010010101011111001101001100010000111 | e6beb5e9b4abe69887 |
UHC | ??昇 | 00111111001111111110001110110000 | 3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)