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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 濮h濮 | 1110000001100000011010001110000001100000 | e06068e060 |
EUC-JP | 濮h濮 | 1101111111000001011010001101111111000001 | dfc168dfc1 |
UTF-8 | 濮h濮 | 11100110101111111010111001101000111001101011111110101110 | e6bfae68e6bfae |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)