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 | 100110001101011111100000110011100100000001101000 | 98d7e0ce4068 |
SJIS-WIN | ?×??@h | 00111111100000010111111000111111001111110100000001101000 | 3f817e3f3f4068 |
EUC-JP | ?×àÎ@h | 0011111110100001110111111000111110101011101000101000111110101010110000100100000001101000 | 3fa1df8faba28faac24068 |
UTF-8 | ×àÎ@h | 11000010100110001100001110010111110000111010000011000011100011100100000001101000 | c298c397c3a0c38e4068 |
UHC | ?×??@h | 00111111101000011011111100111111001111110100000001101000 | 3fa1bf3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)