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 | 閾セ繧巾ィ | 1110100010000111101111101110001110000010100010111101000010101000 | e887bee3828bd0a8 |
EUC-JP | 閾セ繧巾ィ | 11101111111001111000111010111110111001011110001010110110110100101000111010101000 | efe78ebee5e2b6d28ea8 |
UTF-8 | 閾セ繧巾ィ | 111010011001011010111110111011111011110110111110111001111011100110100111111001011011011110111110111011111011110110101000 | e996beefbdbee7b9a7e5b7beefbda8 |
UHC | ???巾? | 001111110011111100111111110010111110111000111111 | 3f3f3fcbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)