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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 煆ワ骼ゥ自 | 1111101101010110110111001110100110001110101010011000111010101001 | fb56dce98ea98ea9 |
EUC-JP | 煆ワ骼ゥ自 | 1000111111001001111101001000111011011100111100011110111010001110101010011011110010101011 | 8fc9f48edcf1ee8ea9bcab |
UTF-8 | 煆ワ骼ゥ自 | 111001111000010110000110111011111011111010011100111010011010101010111100111011111011110110101001111010001000011110101010 | e78586efbe9ce9aabcefbda9e887aa |
UHC | ????自 | 001111110011111100111111001111111110110110111011 | 3f3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)