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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???阿?? | 00111111001111110011111110001000101000100011111100111111 | 3f3f3f88a23f3f |
EUC-JP | ???阿?? | 00111111001111110011111110110000101001000011111100111111 | 3f3f3fb0a43f3f |
UTF-8 | 溫뚩퐶阿숃툙 | 111001101011101010101011111010111001101010101001111011011001000010110110111010011001100010111111111011001000100010000011111011011000100010011001 | e6baabeb9aa9ed90b6e998bfec8883ed8899 |
UHC | 溫뚩퐶阿숃툙 | 111010001010111010001100111010001011110110011111111001001011100110011001111010001011100010010000 | e8ae8ce8bd9fe4b999e8b890 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)