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 | エ箒篶ア | 1011010011100010101101001110001011001100111100011100000110110001 | b4e2b4e2ccf1c1b1 |
EUC-JP | エ箒篶?ア | 100011101011010011100100101101101110010011001110001111111000111010110001 | 8eb4e4b6e4ce3f8eb1 |
UTF-8 | エ箒篶ア | 111011111011110110110100111001111010111010010010111001111010111110110110111011101000010010111100111011111011110110110001 | efbdb4e7ae92e7afb6ee84bcefbdb1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)