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 | 「翊翳 | 1010001011100011110000101110001111001000 | a2e3c2e3c8 |
EUC-JP | 「翊翳 | 100011101010001011100110110001001110011011001010 | 8ea2e6c4e6ca |
UTF-8 | 「翊翳 | 111011111011110110100010111001111011111110001010111001111011111110110011 | efbda2e7bf8ae7bfb3 |
UHC | ?翊? | 00111111111011001100110100111111 | 3feccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)