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 | 琲筱殕 | 111000001110100011100010101010101001111101101100 | e0e8e2aa9f6c |
EUC-JP | 琲筱殕 | 111000001110101011100100101011001101110111001101 | e0eae4acddcd |
UTF-8 | 琲筱殕 | 111001111001000010110010111001111010110110110001111001101010111010010101 | e790b2e7adb1e6ae95 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)