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 | 譎滓シ戊ケ | 1110011010011001100111111110011010111100100101011110100010111001 | e6999fe6bc95e8b9 |
EUC-JP | 譎滓シ戊ケ | 11101011111110011101111011101000100011101011110011001010111010101000111010111001 | ebf9dee88ebccaea8eb9 |
UTF-8 | 譎滓シ戊ケ | 111010001010110110001110111001101011101110010011111011111011110110111100111001101000100010001010111011111011110110111001 | e8ad8ee6bb93efbdbce6888aefbdb9 |
UHC | 譎滓?戊? | 1111110111010010111011101010101100111111110110011110011000111111 | fdd2eeab3fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)