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 | 鏑?~ | 10010011010011000011111101111110 | 934c3f7e |
EUC-JP | 鏑?~ | 11000101101011010011111101111110 | c5ad3f7e |
UTF-8 | 鏑셥~ | 11101001100011111001000111101100100001011010010101111110 | e98f91ec85a57e |
UHC | 鏑셥~ | 1110111011101011101111001100101001111110 | eeebbcca7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)