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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ン黨ン黠^ | 1101110111110111111111001110101001111101110111011111011111111100111010100111101101011110 | ddf7fcea7dddf7fcea7b5e |
EUC-JP | ン?黨ン?黠^ | 1000111011011101001111111111001111011110100011101101110100111111111100111101110001011110 | 8edd3ff3de8edd3ff3dc5e |
UTF-8 | ン黨ン黠^ | 11101111101111101001110111101110100101111001111111101001101110111010100011101111101111101001110111101110100101111001111111101001101110111010000001011110 | efbe9dee979fe9bba8efbe9dee979fe9bba05e |
UHC | ??黨???^ | 0011111100111111110100111101101000111111001111110011111101011110 | 3f3fd3da3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)