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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 族燎? | 1001000110110000111000001001100100111111 | 91b0e0993f |
EUC-JP | 族燎寗 | 11000010101100101101111111111001100011111011101011100000 | c2b2dff98fbae0 |
UTF-8 | 族燎寗 | 111001101001011110001111111001111000011110001110111001011010111110010111 | e6978fe7878ee5af97 |
UHC | 族燎寗 | 111100001110100111010110111110101101001010111100 | f0e9d6fad2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)