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 | Þ®Õ½ | 11011110101011101101010110111101 | deaed5bd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Þ®Õ? | 10001111101010011011000010001111101000101110111010001111101010101101100000111111 | 8fa9b08fa2ee8faad83f |
UTF-8 | Þ®Õ½ | 1100001110011110110000101010111011000011100101011100001010111101 | c39ec2aec395c2bd |
UHC | Þ®?½ | 10101000101011011010001011100111001111111010100011110110 | a8ada2e73fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)