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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 凞自凞自B | 111110110101100010001110101010011111101101011000100011101010100101000010 | fb588ea9fb588ea942 |
EUC-JP | ?自?自B | 00111111101111001010101100111111101111001010101101000010 | 3fbcab3fbcab42 |
UTF-8 | 凞自凞自B | 11101111101010001001010111101000100001111010101011101111101010001001010111101000100001111010101001000010 | efa895e887aaefa895e887aa42 |
UHC | ?自?自B | 00111111111011011011101100111111111011011011101101000010 | 3fedbb3fedbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)