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 | íñÞ½ | 11101101111100011101111010111101 | edf1debd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | íñÞ? | 10001111101010111011111110001111101010111101000010001111101010011011000000111111 | 8fabbf8fabd08fa9b03f |
UTF-8 | íñÞ½ | 1100001110101101110000111011000111000011100111101100001010111101 | c3adc3b1c39ec2bd |
UHC | ??Þ½ | 001111110011111110101000101011011010100011110110 | 3f3fa8ada8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)