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 | ÎöÒ?? | 1100111011110110110100100011111100111111 | cef6d23f3f |
SJIS-WIN | ???∨蹣 | 00111111001111110011111110000001110010011110011101001001 | 3f3f3f81c9e749 |
EUC-JP | ÎöÒ∨蹣 | 10001111101010101100001010001111101010111101001110001111101010101101001010100010110010111110110110101010 | 8faac28fabd38faad2a2cbedaa |
UTF-8 | ÎöÒ∨蹣 | 110000111000111011000011101101101100001110010010111000101000100010101000111010001011100110100011 | c38ec3b6c392e288a8e8b9a3 |
UHC | ???∨? | 001111110011111100111111101000011111110100111111 | 3f3f3fa1fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)