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 | 怐唏咫鶺 | 1001110010000001100110100100100010011010010000001110101001010100 | 9c819a489a40ea54 |
EUC-JP | 怐唏咫鶺 | 1101011111100001110100111010100111010011101000011111001110110101 | d7e1d3a9d3a1f3b5 |
UTF-8 | 怐唏咫鶺 | 111001101000000010010000111001011001010010001111111001011001001010101011111010011011011010111010 | e68090e5948fe592abe9b6ba |
UHC | ??咫? | 0011111100111111111100101010000100111111 | 3f3ff2a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)