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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?〒 | 001111111000000110100111 | 3f81a7 |
EUC-JP | 繇〒 | 1000111111010100110100011010001010101001 | 8fd4d1a2a9 |
UTF-8 | 繇〒 | 111001111011100110000111111000111000000010010010 | e7b987e38092 |
UHC | 繇? | 111010011010001100111111 | e9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)