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 | 羞駕酬薨 | 1110001110110101100010011110110110001111010101101110010101001001 | e3b589ed8f56e549 |
EUC-JP | 羞駕酬薨 | 1110011010110111101100101110111110111101101101111110100110101010 | e6b7b2efbdb7e9aa |
UTF-8 | 羞駕酬薨 | 111001111011111010011110111010011010011110010101111010011000010110101100111010001001011010101000 | e7be9ee9a795e985ace896a8 |
UHC | 羞駕酬薨 | 1110001010111010110010101011110111100010110001101111110110111100 | e2bacabde2c6fdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)