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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譬∵。蛋 | 11100110101000001000000111100110101000011001001001100000 | e6a081e6a19260 |
EUC-JP | 譬∵。蛋 | 1110110010100010101000101110100010001110101000011100001111000001 | eca2a2e88ea1c3c1 |
UTF-8 | 譬∵。蛋 | 111010001010110110101100111000101000100010110101111011111011110110100001111010001001101110001011 | e8adace288b5efbda1e89b8b |
UHC | 譬∵?蛋 | 11011110101001111010000111110001001111111101001110110001 | dea7a1f13fd3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)