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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 凞自h凞自 | 111110110101100010001110101010010110100011111011010110001000111010101001 | fb588ea968fb588ea9 |
EUC-JP | ?自h?自 | 00111111101111001010101101101000001111111011110010101011 | 3fbcab683fbcab |
UTF-8 | 凞自h凞自 | 11101111101010001001010111101000100001111010101001101000111011111010100010010101111010001000011110101010 | efa895e887aa68efa895e887aa |
UHC | ?自h?自 | 00111111111011011011101101101000001111111110110110111011 | 3fedbb683fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)