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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鴟宍[鴟宍[^ | 1110100111110100100011101011001101011011111010011111010010001110101100110101101101011110 | e9f48eb35be9f48eb35b5e |
EUC-JP | 鴟宍[鴟宍[^ | 1111001011110110101111001011010101011011111100101111011010111100101101010101101101011110 | f2f6bcb55bf2f6bcb55b5e |
UTF-8 | 鴟宍[鴟宍[^ | 111010011011010010011111111001011010111010001101010110111110100110110100100111111110010110101110100011010101101101011110 | e9b49fe5ae8d5be9b49fe5ae8d5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)