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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逹ォ閠∝怙 | 111001111001110110101011111010001000000010000001111001011001110010000000 | e79dabe88081e59c80 |
EUC-JP | 逹ォ閠∝怙 | 11101101111111011000111010101011111011111110000010100010111001111101011111100000 | edfd8eabefe0a2e7d7e0 |
UTF-8 | 逹ォ閠∝怙 | 111010011000000010111001111011111011110110101011111010011001011010100000111000101000100010011101111001101000000010011001 | e980b9efbdabe996a0e2889de68099 |
UHC | ???∝? | 001111110011111100111111101000011111000000111111 | 3f3f3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)