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 | 鴫屡赦 | 100011101011000010001110110001101000111011001101 | 8eb08ec68ecd |
EUC-JP | 鴫屡赦 | 101111001011001010111100110010001011110011001111 | bcb2bcc8bccf |
UTF-8 | 鴫屡赦 | 111010011011010010101011111001011011000110100001111010001011010110100110 | e9b4abe5b1a1e8b5a6 |
UHC | ??赦 | 00111111001111111101111011110101 | 3f3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)