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 | ½Ò±Ó | 10111101110100101011000111010011 | bdd2b1d3 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ?Ò±Ó | 001111111000111110101010110100101010000111011110100011111010101011010001 | 3f8faad2a1de8faad1 |
UTF-8 | ½Ò±Ó | 1100001010111101110000111001001011000010101100011100001110010011 | c2bdc392c2b1c393 |
UHC | ½?±? | 101010001111011000111111101000011011111000111111 | a8f63fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)