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 | 豢イ邯オ | 111001101011010010110010111001111011011010110101 | e6b4b2e7b6b5 |
EUC-JP | 豢イ邯オ | 1110110010110110100011101011001011101110101110001000111010110101 | ecb68eb2eeb88eb5 |
UTF-8 | 豢イ邯オ | 111010001011000110100010111011111011110110110010111010011000001010101111111011111011110110110101 | e8b1a2efbdb2e982afefbdb5 |
UHC | ??邯? | 0011111100111111110010101111101100111111 | 3f3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)