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 | àÕàÖ@h | 111000001101010111100000110101100100000001101000 | e0d5e0d64068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | àÕàÖ@h | 1000111110101011101000101000111110101010110110001000111110101011101000101000111110101010110100110100000001101000 | 8faba28faad88faba28faad34068 |
UTF-8 | àÕàÖ@h | 11000011101000001100001110010101110000111010000011000011100101100100000001101000 | c3a0c395c3a0c3964068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)