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 | 蜥迎蜥鶏^ | 111001011001001010001100011111011110010110010010100011000111101101011110 | e5928c7de5928c7b5e |
EUC-JP | 蜥迎蜥鶏^ | 111010011111001010110111110111101110100111110010101101111101110001011110 | e9f2b7dee9f2b7dc5e |
UTF-8 | 蜥迎蜥鶏^ | 11101000100111001010010111101000101111111000111011101000100111001010010111101001101101101000111101011110 | e89ca5e8bf8ee89ca5e9b68f5e |
UHC | ?迎??^ | 001111111110011111001010001111110011111101011110 | 3fe7ca3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)