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 | 泣槃? | 1000101110000011100111101100111100111111 | 8b839ecf3f |
EUC-JP | 泣槃? | 1011010111100011110111001101000100111111 | b5e3dcd13f |
UTF-8 | 泣槃볶 | 111001101011001110100011111001101010011110000011111010111011001110110110 | e6b3a3e6a783ebb3b6 |
UHC | 泣槃볶 | 111010111110100011011010111010011011101010111010 | ebe8dae9baba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)