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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 蜚オ~ | 11100101100101001011010101111110 | e594b57e |
EUC-JP | 蜚オ~ | 1110100111110100100011101011010101111110 | e9f48eb57e |
UTF-8 | 蜚オ~ | 11101000100111001001101011101111101111011011010101111110 | e89c9aefbdb57e |
UHC | 蜚?~ | 11011110101001000011111101111110 | dea43f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)