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 | Hé²S | 10011100100000011001101001001000111010011011001001010011 | 9c819a48e9b253 |
SJIS-WIN | ???H??S | 00111111001111110011111101001000001111110011111101010011 | 3f3f3f483f3f53 |
EUC-JP | ???Hé?S | 001111110011111100111111010010001000111110101011101100010011111101010011 | 3f3f3f488fabb13f53 |
UTF-8 | Hé²S | 110000101001110011000010100000011100001010011010010010001100001110101001110000101011001001010011 | c29cc281c29a48c3a9c2b253 |
UHC | ???H?²S | 0011111100111111001111110100100000111111101010011111011101010011 | 3f3f3f483fa9f753 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)