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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驕ヲ雎鯖^ | 1110100110000001101001101110100010110001100011100100100101011110 | e981a6e8b18e495e |
EUC-JP | 驕ヲ雎鯖^ | 111100011110000110001110101001101111000010110011101110111010101001011110 | f1e18ea6f0b3bbaa5e |
UTF-8 | 驕ヲ雎鯖^ | 11101001101010011001010111101111101111011010011011101001100110111000111011101001101011111001011001011110 | e9a995efbda6e99b8ee9af965e |
UHC | 驕?雎鯖^ | 1100111011110110001111111110111011010001111101001110110101011110 | cef63feed1f4ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)