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 | Ö®Þ» | 11010110101011101101111010111011 | d6aedebb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ö®Þ? | 10001111101010101101001110001111101000101110111010001111101010011011000000111111 | 8faad38fa2ee8fa9b03f |
UTF-8 | Ö®Þ» | 1100001110010110110000101010111011000011100111101100001010111011 | c396c2aec39ec2bb |
UHC | ?®Þ? | 001111111010001011100111101010001010110100111111 | 3fa2e7a8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)