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 | 蜈迎蜈鶏^ | 111001011000010110001100011111011110010110000101100011000111101101011110 | e5858c7de5858c7b5e |
EUC-JP | 蜈迎蜈鶏^ | 111010011110010110110111110111101110100111100101101101111101110001011110 | e9e5b7dee9e5b7dc5e |
UTF-8 | 蜈迎蜈鶏^ | 11101000100111001000100011101000101111111000111011101000100111001000100011101001101101101000111101011110 | e89c88e8bf8ee89c88e9b68f5e |
UHC | 蜈迎蜈?^ | 1110100010100101111001111100101011101000101001010011111101011110 | e8a5e7cae8a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)