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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 貽鴣}貽鴣{^ | 1110011011000100111010011111001101111101111001101100010011101001111100110111101101011110 | e6c4e9f37de6c4e9f37b5e |
EUC-JP | 貽鴣}貽鴣{^ | 1110110011000110111100101111010101111101111011001100011011110010111101010111101101011110 | ecc6f2f57decc6f2f57b5e |
UTF-8 | 貽鴣}貽鴣{^ | 111010001011001010111101111010011011010010100011011111011110100010110010101111011110100110110100101000110111101101011110 | e8b2bde9b4a37de8b2bde9b4a37b5e |
UHC | 貽?}貽?{^ | 111011001100001000111111011111011110110011000010001111110111101101011110 | ecc23f7decc23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)